Editor's primary use is as an Editor for DataTables. However, it can also be used without a DataTable, either with Ajax or HTML as the data source for the form. This can be particularly useful for single dimension configuration parameters (i.e. those that don't directly lend themselves to display in a table), to break the editing of a complex table into a single page, or for limited access editing. This ensures a consistent interface for your end users in their form editing, and for you in your development API.
The examples in this section show how Editor can be used in its standalone modes.